home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dayquote / sources.txt < prev   
Encoding:
Text File  |  1994-12-05  |  472 b   |  14 lines

  1. The following files are the QuickBASIC 'source' files for DayQuote 1.0:
  2.  
  3.   DAYQUOTE.BAS    - the main module
  4.   PRINTDOC.BAS    - the documentation printing module
  5.  
  6. 'DAYQUOTE.MAK' is the file QuickBASIC uses to see that PRINTDOC.BAS is
  7. correctly loaded as a sub-module when DAYQUOTE.BAS is loaded using
  8. the QuickBASIC programming environment.
  9.  
  10. The source files were compiled using BC version 4.50, using these
  11. command line switches: /E /X /O /T /C:512
  12.  
  13. Enjoy!
  14.